home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / nn.zip / M-M680X0.H < prev    next >
Text File  |  1989-06-28  |  534b  |  23 lines

  1.  
  2. /************** Machine (and compiler) dependent definitions. **************
  3.  *
  4.  *    These are for 680x0 based systems.
  5.  */
  6.  
  7.  
  8.  
  9. /*      MACHINE TYPE    DEFINED TYPE        VALUE RANGE    */
  10.  
  11. typedef unsigned char    int8;        /*        0 ..     255 */
  12. typedef short        int16;        /*  -10,000 ..  10,000 */
  13. typedef long        int32;        /* -100,000 .. 100,000 */
  14. typedef unsigned long    uint32;        /*       0 ..  2^31-1 */
  15.  
  16.  
  17. /*
  18.  *    Define NETWORK_BYTE_ORDER if the machine's int32's are
  19.  *    already in network byte order, i.e. m68k based.
  20.  */
  21.  
  22. #define NETWORK_BYTE_ORDER    /* */
  23.